home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00040_monthly.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  448 b   |  17 lines

  1. on mouseUp
  2.   global cycle, userNo
  3.   cursor(4)
  4.   if the doubleClick then
  5.     exit
  6.   end if
  7.   put 1 into field "begin number"
  8.   put getAt(cycleNo, userNo) into field "end number"
  9.   set the hilite of member "monthly" to 1
  10.   set the hilite of member "daily" to 0
  11.   set the hilite of member "biodata" to 0
  12.   set the hilite of member "current monthly" to 1
  13.   set the hilite of member "previous monthly" to 0
  14.   go("print options monthly")
  15.   cursor(0)
  16. end
  17.